home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / bj200.zip / BJACK.INI < prev    next >
Text File  |  1997-05-14  |  2KB  |  53 lines

  1. ;                        BlackJack informational file.
  2. ;  This file will hold the information for the game you can setup anything in
  3. ; this file to configure the game to your liking, all lines starting with a
  4. ; ';' will be ignored, also, these should be left in this order of appearances.
  5. ;
  6. ;
  7. ;  The following will determine who will win if the dealer and player tie in
  8. ; a game, the allowed parameters are DEALER or PLAYER or DRAW.
  9. ;
  10. PUSHES=DRAW
  11. ;
  12. ;  The following will determine the max bet the house will allow, the max bet
  13. ; allowed in the system is 25000.
  14. MAXBET=250
  15. ;
  16. ;  The following will determine the way the user is payed off, the allowed
  17. ; parameters are BBS or FILE if the setting is set to BBS then the element
  18. ; which holds the credits will be used for betting and paying off, if the
  19. ; setting is to file then the money is stored in a file form.
  20. ;
  21. BETTING=FILE
  22. ;
  23. ;  The following is the amount of credits that will be given to the player when
  24. ; he/she enters the game or if their credits drops below a certain amount, this
  25. ; feature should be set to 0 if program is being used in a credit environment
  26. ; the max for this is 25000
  27. ;
  28. CREDITS=1500
  29. ;
  30. ;  The following will determine at what point to add credits to the players
  31. ; score, their credits must go below this point before it adds the amount
  32. ; specified in the CREDITS field, this feature should be set to 0 if the
  33. ; program is being used in a credit environment.
  34. ;
  35. MINCREDITS=100
  36. ;
  37. ;  The following tells the game how many decks of cards to use, maximum amount
  38. ; is 4 decks, there is no benefit to this since each game has its own dealer
  39. ; except not shuffling as much and more cards.
  40. ;
  41. MAXDECKS=2
  42. ;
  43. ;  This will tell the system the least amount of times it will shuffle the
  44. ; cards, this should be kept low for slower machines.
  45. ;
  46. MINSHUFFLE=4
  47. ;
  48. ;  This will tell the system the max amount of times it will shuffle the cards.
  49. ; Take note that the more that you shuffle the more time it will take.
  50. ;
  51. MAXSHUFFLE=8
  52. ;
  53.